Vcenter Namespaces NamespaceTemplates SummaryV2

Vcenter Namespaces NamespaceTemplates SummaryV2
Vcenter Namespaces NamespaceTemplates SummaryV2

The Vcenter Namespaces NamespaceTemplates SummaryV2 schema contains the basic information about the namespace template on a Supervisor.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "supervisor": "string",
    "template": "string"
}
string
supervisor
Required

Identifier for the Supervisor associated with namespace template.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

string
template
Required

Name of the namespace template.

This property was added in vSphere API 7.0.2.00100.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate.